Telegram Group & Telegram Channel
عندما تقوم بعمل خلفية (صورة) للفورم فأنك سوف تواجهه صعوبه في التحكم بالفورم وظهور وميض ابيض في كل من وقت التصميم و وقت التنفيذ

ولكي تقوم بحل المشكلة اليك الطرق التالية :

في الطريقة الاولى يتم حل المشكلة في وقت التنفيذ يعني عندما تنفذ البرنامج وذلك من خلال الخاصية DoubleBuffered
public Form2()
{
InitializeComponent();


DoubleBuffered = true;

}

الطريقة الثانية تحل المشكلة في كلتا الحالتين في وقت التصميم و التنفيذ

وذلك من خلال عمل كلاس يورث من الكلاس Panel كما يلي

using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Resize_Form
{
class BackgroundPanel:Panel
{
public BackgroundPanel():base()
{
this.DoubleBuffered = true;

}


}
}

الان تقوم بإضافة اداة BackgroundPanel الى الفورم وتقوم بعمل الخصائص التالية

Dock = Fill
بعد ذلك تقوم بتحديد الصورة
BackgroundImage =



tg-me.com/CsharpWindowsForm/373
Create:
Last Update:

عندما تقوم بعمل خلفية (صورة) للفورم فأنك سوف تواجهه صعوبه في التحكم بالفورم وظهور وميض ابيض في كل من وقت التصميم و وقت التنفيذ

ولكي تقوم بحل المشكلة اليك الطرق التالية :

في الطريقة الاولى يتم حل المشكلة في وقت التنفيذ يعني عندما تنفذ البرنامج وذلك من خلال الخاصية DoubleBuffered
public Form2()
{
InitializeComponent();


DoubleBuffered = true;

}

الطريقة الثانية تحل المشكلة في كلتا الحالتين في وقت التصميم و التنفيذ

وذلك من خلال عمل كلاس يورث من الكلاس Panel كما يلي

using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Resize_Form
{
class BackgroundPanel:Panel
{
public BackgroundPanel():base()
{
this.DoubleBuffered = true;

}


}
}

الان تقوم بإضافة اداة BackgroundPanel الى الفورم وتقوم بعمل الخصائص التالية

Dock = Fill
بعد ذلك تقوم بتحديد الصورة
BackgroundImage =

BY برمجة تطبيقات الويندوز C# Programming


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/CsharpWindowsForm/373

View MORE
Open in Telegram


برمجة تطبيقات الويندوز C Programming Telegram | DID YOU KNOW?

Date: |

The SSE was the first modern stock exchange to open in China, with trading commencing in 1990. It has now grown to become the largest stock exchange in Asia and the third-largest in the world by market capitalization, which stood at RMB 50.6 trillion (US$7.8 trillion) as of September 2021. Stocks (both A-shares and B-shares), bonds, funds, and derivatives are traded on the exchange. The SEE has two trading boards, the Main Board and the Science and Technology Innovation Board, the latter more commonly known as the STAR Market. The Main Board mainly hosts large, well-established Chinese companies and lists both A-shares and B-shares.

For some time, Mr. Durov and a few dozen staffers had no fixed headquarters, but rather traveled the world, setting up shop in one city after another, he told the Journal in 2016. The company now has its operational base in Dubai, though it says it doesn’t keep servers there.Mr. Durov maintains a yearslong friendship from his VK days with actor and tech investor Jared Leto, with whom he shares an ascetic lifestyle that eschews meat and alcohol.

برمجة تطبيقات الويندوز C Programming from sa


Telegram برمجة تطبيقات الويندوز C# Programming
FROM USA